home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98c.txt / 000069_icon-group-sender _Tue Nov 3 12:33:24 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) with SMTP id MAA19794
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Tue, 3 Nov 1998 12:33:24 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA12183; Tue, 3 Nov 1998 12:32:46 -0700
  7. Date: Tue, 3 Nov 1998 09:50:40 -0700
  8. From: Gregg Townsend <gmt@optima.CS.Arizona.EDU>
  9. Message-Id: <9811031650.AA03071@hawk.CS.Arizona.EDU>
  10. To: icon-group@optima.CS.Arizona.EDU, icon-project@optima.CS.Arizona.EDU,
  11.         ko@mara.ho.att.com
  12. Subject: Re:  problem with procs/datetime.icn on Unix, Icon 9.3.1
  13. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  14. Status: RO
  15.  
  16.     From: Kostas Oikonomou <ko@mara.ho.att.com>
  17.     
  18.     It seems to me that SecToUnixDate(sec,hoursFromGmt) in procs/datetime.icn
  19.     does not handle daylight savings time.
  20.  
  21. That's right: it has no knowledge of time zones or daylight savings time,
  22. only a single correction factor.  You need to incorporate the daylight
  23. savings time correction in the "hoursFromGmt" argument.
  24.  
  25.    ---------------------------------------------------------------------------
  26.    Gregg Townsend              Gould-Simpson Building   gmt@cs.arizona.edu
  27.    Staff Scientist             1040 E. 4th St.          32 13 45N  110 57 16W
  28.    Dept. of Computer Science   PO Box 210077            tel: +1 520 621 4325
  29.    The University of Arizona   Tucson, AZ  85721-0077   fax: +1 520 621 4246
  30.